home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / imlib / include / glread.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  206b  |  11 lines

  1. #ifndef __GLREAD_HPP_
  2. #define __GLREAD_HPP_
  3. #include "palette.hpp"
  4. #include "image.hpp"
  5. image *read_glfont(char *fn);
  6. image *read_pic(char *fn, palette *&pal);
  7. image *read_clp(char *fn);
  8.  
  9. #endif
  10.  
  11.